Re: [NTG-context] PDF text stream with delimitedtext

2021-10-30 Thread Rudolf Bahr via ntg-context
\setupdelimitedtext[blockquote][left=‘,right=’] > \startblockquote Hello world! \stopblockquote > “Hello world!”\\ > «Hello world!»\\ > ‘Hello world!’\\ > \startquote Hello world! \stopquote\\ > \quote{Hello world!}\\ > \stoptext > > The text stream seems to have an additional

[NTG-context] PDF text stream with delimitedtext

2021-10-30 Thread Adam Reviczky via ntg-context
\setupquotation[left=«,right=»] \startquotation Hello world! \stopquotation \setupquotation[left=‘,right=’] \startquotation Hello world! \stopquotation \setupdelimitedtext[blockquote][left=‘,right=’] \startblockquote Hello world! \stopblockquote “Hello world!”\\ «Hello world!»\\ ‘Hello world!’\\ \startquote Hello

Re: [NTG-context] Quotation with footnote

2020-09-16 Thread Henning Hraban Ramm
Am 04.09.2020 um 16:04 schrieb Taco Hoekwater : > \definenarrower[myquote] > \setupnarrower[myquote] > [left=2em, > right=1.5em, > before=\dontleavehmode\hskip-0.33em\startquote, > after=\stopquote] > > \startmyquote > Im übrigen ist der Mensch ein Lebewesen,

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Henning Hraban Ramm
> Am 04.09.2020 um 16:04 schrieb Taco Hoekwater : > > Something like this? > > \definenarrower[myquote] > \setupnarrower[myquote] > [left=2em, > right=1.5em, > before=\dontleavehmode\hskip-0.33em\startquote, > after=\stopquote] > > \startmyquote >

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Taco Hoekwater
Something like this? \definenarrower[myquote] \setupnarrower[myquote] [left=2em, right=1.5em, before=\dontleavehmode\hskip-0.33em\startquote, after=\stopquote] \startmyquote Im übrigen ist der Mensch ein Lebewesen, das klopft, schlechte Musik macht und seinen Hund bellen läßt

Re: [NTG-context] Quote is broken

2017-07-12 Thread Hans Hagen
On 7/12/2017 7:43 AM, Henri Menke wrote: Dear list, the example below throws an error. \def\typo_delimited_repeat_indeed (n missing) Cheers, Henri --- \setupdelimitedtext[quote][repeat=yes] \starttext \startquote \stopquote \stoptext --- tex error > tex error on line 4 in f

[NTG-context] Quote is broken

2017-07-11 Thread Henri Menke
Dear list, the example below throws an error. Cheers, Henri --- \setupdelimitedtext[quote][repeat=yes] \starttext \startquote \stopquote \stoptext --- tex error   > tex error on line 4 in file /home/henri/test.mkvi: ! Undefined control sequence ...\flushpostponednoded

Re: [NTG-context] avoid newline after definestartstop

2016-10-24 Thread Thomas A. Schmitz
, then you may define another start-stop. Here would be my suggestion, which gives a syntax that is a bit more ConTeXt-like, I feel (but the coding can probably be improved): \def\startQuote% {\dosingleempty\dostartQuote} \def\dostartQuote[#1]% {\blank [line] \iffirstargument

[NTG-context] setupquotation and setupquote

2013-03-24 Thread Alan BRASLAU
Hello, quotation is linked to quote. Indeed, we have in typo-del.mkiv \definedelimitedtext [\v!quote][\v!quotation] However, when the user then changes options using \setupquotation, \startquote\stopquote also gets modified. In the minimal example below, it is necessary to uncomment

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
[8.5pt]\setupinterlinespace[line=10.5pt]},after={\stopnarrower}] \starttext Test {\ss text} test\footnote{text {\ss text} test} test. \startquote test {\ss text} \input ward \par \stopquote \stoptext --- Steffen

Re: [NTG-context] register sorting

2010-11-04 Thread Steffen Wolfrum
like to achieve ... accession Action Plan association But none of the four methods (before, after, first, last) gives this result!! What is wrong? Methods were rewritten to give more flexibility. From the Hans' explanation: \startquote [pzm][mc] = [plus|zero|minus offsets

Re: [NTG-context] register sorting

2010-10-29 Thread Jano Kula
of the four methods (before, after, first, last) gives this result!! What is wrong? Methods were rewritten to give more flexibility. From the Hans' explanation: \startquote [pzm][mc] = [plus|zero|minus offsets][mapping|cases] uc == unicode order ok, a bit cryptic but one can now choose methods more

Re: [NTG-context] \quotation

2007-11-02 Thread Wolfgang Schuster
=big, %spaceafter=big, % spaceafter is spacebefore by default ] \starttext \input knuth \quotation{I'm a quoteted text \quotation{within another quoteted text} and back.} \startquote \input knuth \stopquote \input knuth \stoptext Wolfgang

Re: [NTG-context] \quotation

2007-11-02 Thread Wolfgang Schuster
=, before={\blank[big]}, after={\blank[big]}] \starttext \input knuth \quotation{I'm a quoteted text \quotation{within another quoteted text} and back.} \startquote \input knuth \stopquote \input knuth \stoptext Wolfgang

Re: [NTG-context] setting up quotations

2007-08-22 Thread Idris Samawi Hamid
]\blank[big]}, after={\stopnarrower\blank[big]}] This gives you the commands \startquote-\stopquote Just edit the definition to get the effect you want. And/or make new ones! Note that ConTeXt by default is rather bland. The defaults are not intended as some typographic ideal, in contrast

Re: [NTG-context] the closing bracket (structuring syntax)

2006-09-12 Thread Aditya Mahajan
On Mon, 14 Aug 2006, Aditya Mahajan wrote: And what would be the opposite? For example \startquote ... \stopquote to something like {\MyQuote ... } AFAIK, there is no easy way to do this. One can use \aftergroup trickery. \def\MyQuote{\symbol[leftquote]\aftergroup\endMyQuote} \def

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-15 Thread Steffen Wolfrum
Am 13.08.2006 um 15:29 schrieb Steffen Wolfrum: And what would be the opposite? For example \startquote ... \stopquote to something like {MyQuote ... } Steffen \def\MyQuote#1{\startquote#1\stopquote} \MyQuote{something to be quoted} ... should work OK, right? Steffen

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-14 Thread Aditya Mahajan
And what would be the opposite? For example \startquote ... \stopquote to something like {\MyQuote ... } AFAIK, there is no easy way to do this. Aditya ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-13 Thread Steffen Wolfrum
this \def\startfootnote% {\unskip\dosingleempty\dostartfootnote} \def\dostartfootnote[#1]#2\stopfootnote% {\footnote[#1]{#2}} And what would be the opposite? For example \startquote ... \stopquote to something like {MyQuote ... } Steffen

[NTG-context] updating ConTeXt to latest on openbsd-current

2006-03-06 Thread frantisek holop
that people can answer to mails they know the answer to :) the first one: the first step to upgrade context is: --\startquote--- Fix texmf.cnf Now first you have to fix texmf.cnf as supplied with teTeX: # vi /usr/local/teTeX/share/texmf/web2c

[NTG-context] updating ConTeXt to latest on openbsd-current Q #2

2006-03-06 Thread frantisek holop
hi there, my second question, is more like asking for pointers... where can i read more about fmtutil, and how come that context does not use it when (i assume) pdftex does? --\startquote--- Cleanup fmtutil Optionally, you can remove ConTeXt

Re: [NTG-context] updating ConTeXt to latest on openbsd-current

2006-03-06 Thread Taco Hoekwater
frantisek holop wrote: the first step to upgrade context is: --\startquote--- Fix texmf.cnf --\stopquote i deliberately skipped this one, and the new context worked without it. what does

Re: [NTG-context] updating ConTeXt to latest on openbsd-current Q #2

2006-03-06 Thread Willi Egger
Willi --\startquote--- Cleanup fmtutil Optionally, you can remove ConTeXt support from teTeX's configuration, because ConTeXt does not use fmtutil. Using # fmtutil-sys --edit you can comment out the lines for metafun,cont-en, and mptopdf And you can

[NTG-context] bug in indentation

2005-08-18 Thread Idris Samawi Hamid
] % does not indent %\setupindenting[medium,next] % need both to indent \definestartstop [quote] [before={\startnarrower[1*middle]\blank[big]}, after={\stopnarrower\blank[big]}] \starttext \input knuth \startquote \input knuth \stopquote \input knuth \stoptext

RE: FWD: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-08 Thread Idris Samawi Hamid
=== === \setupoutput[pdftex]% \definestartstop [quote] [before={\startnarrower[1*left,1*right]\blank[big]}, after={\stopnarrower\blank[big]}] \starttext \startquote \input knuth \inmargin{This is a test.} \stopquote \stoptext

RE: FWD: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-07 Thread Idris Samawi Hamid
\inmargin#1{{\parindent0pt\normalinmargin{#1}}} \definestartstop [quote] [before={\startnarrower[1*left,1*right]\blank[big]}, after={\stopnarrower\blank[big]}] \starttext \startquote \input knuth \inmargin{This is a test.} \input knuth {\parindent0pt\inmargin{This is a test.}} \stopquote